home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / a_to_d / dbplus2 / about.dfm / about.txt next >
Text File  |  1996-09-15  |  2KB  |  83 lines

  1. object AboutBox: TAboutBox
  2.   Left = 243
  3.   Top = 108
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 218
  8.   ClientWidth = 298
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 10
  18.     Top = 8
  19.     Width = 281
  20.     Height = 161
  21.     BevelOuter = bvLowered
  22.     TabOrder = 0
  23.     object ProgramIcon: TImage
  24.       Left = 6
  25.       Top = 4
  26.       Width = 87
  27.       Height = 83
  28.       Picture.Data = {<image000.bmp>}
  29.       Stretch = True
  30.       IsControl = True
  31.     end
  32.     object ProductName: TLabel
  33.       Left = 110
  34.       Top = 18
  35.       Width = 150
  36.       Height = 16
  37.       Caption = 'TDBLookupComboPlus'
  38.       Font.Color = clBlack
  39.       Font.Height = -16
  40.       Font.Name = 'System'
  41.       Font.Style = [fsBold]
  42.       ParentFont = False
  43.       IsControl = True
  44.     end
  45.     object Version: TLabel
  46.       Left = 110
  47.       Top = 40
  48.       Width = 74
  49.       Height = 16
  50.       Caption = 'Version 2.0'
  51.       IsControl = True
  52.     end
  53.     object Copyright: TLabel
  54.       Left = 23
  55.       Top = 87
  56.       Width = 242
  57.       Height = 16
  58.       Caption = 'Copyright by Out && About Productions'
  59.       IsControl = True
  60.     end
  61.     object Comments: TLabel
  62.       Left = 23
  63.       Top = 109
  64.       Width = 242
  65.       Height = 48
  66.       Caption = 
  67.         'Any questions regarding this product can be directed to Alec Ber' +
  68.         'gamini at CIS 75664,1224.'
  69.       WordWrap = True
  70.       IsControl = True
  71.     end
  72.   end
  73.   object OKButton: TBitBtn
  74.     Left = 120
  75.     Top = 178
  76.     Width = 65
  77.     Height = 33
  78.     TabOrder = 1
  79.     Kind = bkOK
  80.     IsControl = True
  81.   end
  82. end
  83.